projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62458f7
)
(math-format-stack-value): Revert a broken
author
David Kastrup
<dak@gnu.org>
Mon, 5 Aug 2002 09:34:12 +0000
(09:34 +0000)
committer
David Kastrup
<dak@gnu.org>
Mon, 5 Aug 2002 09:34:12 +0000
(09:34 +0000)
if->when replacement and reformat so that this does not happen
again. Fixes a pretty lethal line formatting/yanking bug.
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index 1ed448d177fc13e634b178a6b7b0f9d0d665ac07..09614aa1faf5e6e73f742cbe97960ddcf1d4c391 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-2997,8
+2997,9
@@
If mouse is pressed in Calc window, push cut buffer contents onto the stack."
c)))
(when calc-line-numbering
(setq c (math-comp-concat (if (eq calc-language 'big)
- (when math-comp-selected
- '(tag t "1: ") "1: ")
+ (if math-comp-selected
+ '(tag t "1: ")
+ "1: ")
" ")
c)))
(unless (or (equal calc-right-label "")